home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / libg++ / libio / NEWS < prev    next >
Text File  |  1994-02-15  |  516b  |  12 lines

  1. *** Major changes in libio version 0.63 (released with libg++ 2.5.3):
  2.  
  3. * There is a g++ bug that causes inconsistent name mangling for the
  4. assembler name of the virtual function table for the istream class.
  5. A work-around has been put into streambuf.h, which will make g++
  6. always do the right thing.  Note that this may require you to
  7. recompile programs that were incorrectly compiled by g++.
  8.  
  9. * Functions that do printf-style formatting to the unbuffered
  10. streams have been optimized to write to a temporary buffer.
  11.  
  12.